@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: "Sarabun", serif;
  font-weight: 300;
  font-style: normal;
  background-color: #e6e3ea; }

section {
  background-color: #e6e3ea; }

a {
  text-decoration: none; }

.negrita {
  font-weight: 600; }

.letra-roja {
  color: #de3431 !important;
  font-weight: 600;
  font-size: 30px;
  padding: 5px; }

.letra-gris {
  color: gray;
  font-size: 30px;
  text-align: center; }
  .letra-gris:hover {
    color: #343232;
    text-decoration: none; }

.titila {
  animation: titileo 1s infinite alternate; }

@keyframes titileo {
  from {
    opacity: 1; }
  to {
    opacity: 0.5; } }
h1 {
  color: #020331;
  font-size: 3.5rem;
  text-shadow: 8px 8px 10px #e6e3ea;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px; }

h2 {
  color: #020331;
  padding-top: 10px;
  padding-bottom: 20px;
  text-shadow: 10px 10px 10px #e6e3ea;
  text-align: center; }

h3 {
  font-family: "Sarabun", serif;
  font-size: 20px;
  color: #575050;
  text-align: center;
  margin: 18px; }

h5 {
  font-family: "Sarabun", serif;
  color: #020331;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

.titulo, .titulo1, .titulo-turno {
  font-family: "Sarabun", serif;
  color: #020331;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  text-align: start; }

.titulo1 {
  text-align: center; }

.titulo-turno {
  color: #57565e;
  padding-top: 22px;
  padding-bottom: 32px;
  text-align: center; }

.btn-turnos, .btn-registro {
  border: 1px solid #323169;
  border-radius: 30px;
  background-color: #323169;
  color: #e6e3ea;
  font-size: large;
  padding: 12px;
  text-decoration: none;
  display: inline-block; }
  .btn-turnos:hover, .btn-registro:hover {
    background-color: #3a397a;
    color: #fff; }

.btn-turnos {
  margin-bottom: 18px; }

.btn-registro {
  margin: 22px 0 12px 330px; }

.btn-pdo {
  border: 3px solid #e6e3ea;
  border-radius: 18px;
  background-color: #323169;
  color: #e6e3ea;
  font-size: large;
  padding: 6px;
  text-decoration: none;
  margin: 0 100px 13px 230px; }
  .btn-pdo:hover {
    color: rgba(230, 227, 234, 0.52); }

.card {
  background-color: #323169;
  color: #e6e3ea;
  border-radius: 0; }

.image-container {
  position: relative; }

.back-link {
  position: absolute;
  bottom: 15px;
  left: 60px;
  color: #e6e3ea;
  background-color: rgba(87, 86, 94, 0.8);
  padding: 10px;
  border-radius: 30px; }
  .back-link:hover {
    background-color: rgba(87, 86, 94, 0.37);
    color: rgba(87, 86, 94, 0.8); }

.navbar {
  background-color: #323169;
  position: relative; }
  .navbar::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: rgba(211, 218, 211, 0.452);
    box-shadow: 15px 2px 5px rgba(0, 0, 0, 0.3); }
  .navbar .navbar-brand {
    color: #e6e3ea;
    font-size: x-large;
    margin-left: 100px; }
    .navbar .navbar-brand:hover {
      color: rgba(230, 227, 234, 0.52); }
  .navbar .imglogo {
    margin-right: 10px; }
  .navbar .navbar-text {
    color: #020331;
    font-weight: 600;
    font-size: large; }

.red-social-container {
  display: flex;
  justify-content: center; }

.social-icon {
  list-style: none;
  margin: 0 2px;
  font-size: 20px;
  vertical-align: middle;
  line-height: 1;
  color: #020331; }
  .social-icon:hover {
    color: rgba(2, 3, 49, 0.5); }

footer {
  position: relative;
  background-color: #323169; }
  footer::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #323169;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3); }
  footer .seccion-clara {
    background-color: #323169; }
  footer .img-footer {
    width: 45px;
    height: 45px; }
  footer .text-footer {
    margin-top: 15px; }
  footer .footer-texto-copy {
    color: #e6e3ea;
    font-weight: 600;
    padding-right: 20px; }
  footer .social-icon {
    color: #e6e3ea; }
    footer .social-icon:hover {
      color: rgba(230, 227, 234, 0.39); }
  footer #redsoc {
    margin-bottom: 19px; }

.prestadores {
  background: url(/imagen/dra+paciente2.jpg) right/cover no-repeat;
  filter: grayscale(65%); }
  .prestadores .huno-prest {
    font-size: 3.5rem;
    color: #020331;
    text-shadow: 8px 5px 10px #131212;
    padding: 20px 0 5px;
    text-align: center; }
  .prestadores .hdos-prest {
    color: #020331;
    padding: 5px 0 10px;
    text-shadow: 10px 5px 10px #383636;
    text-align: center; }

.container-accordion {
  background-color: #e6e3ea;
  border-radius: 18px;
  border: 1px solid #020331;
  font-size: 20px;
  margin: 10px; }
  .container-accordion .accordion-button {
    color: #020331;
    font-size: smaller;
    text-shadow: 10px 5px 10px #383636;
    padding: 10px; }
    .container-accordion .accordion-button:hover {
      color: #4c4a4a; }
  .container-accordion .accordion-a {
    color: #000; }
    .container-accordion .accordion-a:hover {
      color: #575050; }
  .container-accordion .icono-salud {
    width: 35px;
    margin: 10px 12px; }

.sacar-turnos, .turnos-medico, .registro, .aceptacion-turno {
  background-color: #e6e3ea;
  background-repeat: no-repeat; }

.sacar-turnos {
  background-image: url(/imagen/arbolBcoDegradadojpeg.jpg);
  background-position: center;
  background-size: cover; }

.turnos-medico {
  background-image: url(/imagen/drabarbilla.png);
  background-position: 90% 50%;
  background-size: contain; }

.registro {
  background-image: url(/imagen/draguiño.png);
  background-position: 80% 50%;
  background-size: contain; }

.aceptacion-turno {
  background-image: url(/imagen/docafirmandosinfondo.png);
  background-position: 80% 70%;
  background-size: contain;
  min-height: 700px; }

@media (max-width: 800px) {
  .aceptacion-turno, .registro, .turnos-medico {
    background-image: none; } }
#form label {
  color: #020331;
  font-size: 30px;
  text-align: center; }
#form input {
  margin-top: 30px; }

.chico p {
  margin: 0;
  font-size: 20px; }

.form-turno {
  font-size: 20px;
  color: #3d3b3b;
  text-align: center; }

#calendar {
  font-family: "Sarabun", serif;
  max-width: 400px;
  min-width: 218px;
  text-align: center;
  background-color: rgba(2, 3, 49, 0.21);
  margin: 0 auto 80px auto; }

.horarios {
  color: #020331;
  font-size: medium; }
  .horarios:hover {
    color: #3d3b3b; }

.sin-turno-rojo {
  font-family: "Sarabun", serif;
  font-size: medium !important;
  text-align: center;
  color: #de3431; }

.dato {
  font-family: "Sarabun", serif;
  color: #020331;
  font-size: 25px;
  text-align: start;
  padding-left: 220px; }

/*# sourceMappingURL=cons2_online.css.map */
